home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / bbs / outil179.zip / PTIC.DOC < prev    next >
Text File  |  1997-04-30  |  2KB  |  45 lines

  1. PTIC
  2.  
  3. PTIC is a pre-processor for TICK or FLEA. In other words, you run it 
  4. before you run TICK or FLEA, because TICK and FLEA don't know about 
  5. the new file database structure in Opus 1.79, and you still need to 
  6. add new file names and descriptions to your file database. 
  7.  
  8. PTIC uses the same rules as TIC for finding the TIC.CFG file. First it 
  9. looks for the command line switch /C, then for the environment 
  10. variable TIC, and then for TIC.CFG in the current directory. 
  11.  
  12. Opus 1.79 update file database from TIC/FLEA files 
  13.    command line switches are: 
  14.     /c  TIC configuration file name 
  15.     /d  no duplicate file entries 
  16.     /s  use sender instead of originator for uploader name 
  17.     /q  quiet mode 
  18.     /a  use Allfix files instead of TIC.CFG  (future) 
  19.     /v  verbose gives very detailed output (for debugging) 
  20.  
  21. Note: Be sure to comment or delete all the FILES.BBS statements like 
  22. ListFmt and ListName from your TIC.CFG file. 
  23.  
  24. Since Opus allows the system dat files and the user file to be located 
  25. in other than the Opus home directory, support has been added to look 
  26. up these paths in the Opus prm file. 
  27.  
  28. Set up an environment variable labelled OPUS, and specify the full 
  29. pathname of the prm file, i.e. 
  30.  
  31. SET OPUS=C:\OPUS\BBS.PRM 
  32.  
  33. (if your environment space is cramped, you may leave off the .PRM 
  34. suffix, the program will add it). BTW, Doug and I are making the OPUS 
  35. environment variable a standard for all the OPUS utilities. 
  36.  
  37. If the OPUS environment variable is not set, the program will look in 
  38. the current working directory for USER.DAT and SYSMSG.DAT. If either 
  39. file is not found, it will then look for BBS.PRM and look up the paths 
  40. in there. If none of the above are found, the program will fail. 
  41.  
  42.     John Valentyn 1:114/5@fidonet.org
  43.  
  44.  
  45.